Omit convenience mbed TLS copy
authorAaron M. Ucko <amu@ucko.debian.net>
Thu, 2 Dec 2021 04:33:11 +0000 (23:33 -0500)
committerAaron M. Ucko <ucko@debian.org>
Fri, 17 Oct 2025 14:12:47 +0000 (10:12 -0400)
Gbp-Pq: Name system_mbedtls_only

c++/src/connect/Makefile.connssl.lib
c++/src/connect/Makefile.xxconnect2.lib

index 5f03e37f073d0d8e42e75f9d79594894cd78b5d3..1186a188fc79878166dbd75a85c5cb8638538fa3 100644 (file)
@@ -1,6 +1,6 @@
 # $Id: Makefile.connssl.lib 682178 2024-04-23 19:31:32Z ucko $
 
-CPPFLAGS = $(TLS_INCLUDE) -I$(srcdir)/mbedtls $(ORIG_CPPFLAGS)
+CPPFLAGS = $(TLS_INCLUDE) $(ORIG_CPPFLAGS)
 
 SRC_MBED = aes aesce aesni aria asn1parse asn1write base64 bignum bignum_core \
            bignum_mod bignum_mod_raw block_cipher camellia ccm chacha20 \
@@ -21,7 +21,7 @@ SRC_MBED = aes aesce aesni aria asn1parse asn1write base64 bignum bignum_core \
            ssl_tls13_client ssl_tls13_generic ssl_tls13_keys ssl_tls13_server \
            threading timing version_features x509 x509_create x509_crl \
            x509_crt x509_csr x509write x509write_crt x509write_csr
-SRC_TLS  = ncbi_gnutls ncbi_mbedtls ncbi_tls $(SRC_MBED:%=mbedtls/%)
+SRC_TLS  = ncbi_gnutls ncbi_mbedtls ncbi_tls $(SRC_MBED:%=mbedtls/%)
 
 SRC      = $(SRC_TLS)
 LIB      = connssl
index e72e3b8670dd948c426a0f5539ad6f18c8d80e0a..a9eea4048bcdf6f1f6ea69cd03dee85d23fec82e 100644 (file)
@@ -9,8 +9,7 @@ REQUIRES = LIBUV NGHTTP2
 LIB_OR_DLL = both
 DLL_LIB = xconnect
 
-CPPFLAGS = $(LIBUV_INCLUDE) $(NGHTTP2_INCLUDE) $(TLS_INCLUDE) \
-           -I$(srcdir)/mbedtls $(ORIG_CPPFLAGS)
+CPPFLAGS = $(LIBUV_INCLUDE) $(NGHTTP2_INCLUDE) $(TLS_INCLUDE) $(ORIG_CPPFLAGS)
 
 LIBS = $(XXCONNECT2_LIBS) $(ORIG_LIBS)